This forum is closed to new posts and
responses. The content has been migrated to the Digital Solutions Community. Please join us there for new content as well as this content. For customer support, please visit the official HCL customer support channels below:
I use this in the Postopen event in the user's mail database to ensure Recent Contacts is kept clear . . .
Dim contactsdb As New NotesDatabase("","names.nsf")
Set recconview=contactsdb.GetView("(Recent Contacts)")
Set contactdoc=recconview.GetFirstDocument
Do While Not contactdoc Is Nothing
Call contactdoc.Remove(False)
Set contactdoc=recconview.GetFirstDocument
Loop
Feedback response number WEBB7P5P7U created by ~Judy Kinisonli on 02/10/2009